home *** CD-ROM | disk | FTP | other *** search
- !Include("../UIDef/UI.def")
- //------ UI stuff -----------------------------
- Interface("UI_CREATE_SERVER_MENU")
- {
- Command(1)
- Notify(1)
- CanFocus(0)
- TextureFocusAlpha(1.0)
- TextFocusAlpha(1.0)
- SelKeyUp(0)
- SelKeyDown(0)
- Text("")
- TextAlpha(1.0)
- TextColor(0.0,0.0,0.0)
- Font("MSSansSerif8")
- TextPosFlags(34)
- Mouse(1)
- Keyboard(1)
- Joy(0)
- Visible(0)
- ParentPositioning(0)
- PreviousElemPositioning(0)
- ParentCenteringX(0)
- ParentCenteringY(0)
- ParentSizingX(0)
- ParentSizingY(0)
- TextureID("Background")
- TextureAlpha(1.0)
- LogicSize(1.0,1.0)
- LogicPos(0.0,0.0)
-
- Menu("UIMenu","ID_MENU","Specific")
- {
- Command(1)
- Notify(1)
- CanFocus(1)
- TextureFocusAlpha(1.0)
- TextFocusAlpha(1.0)
- SelKeyUp(200)
- SelKeyDown(208)
-
- //--- MenuButton pattern for ID_MENU :
- !Include("..\\uidef\\menubutton.def")
-
-
- //--- OptionsControlSelect pattern for ID_MENU :
- !Include("../uidef/OptionsControlSelect.def")
-
- Text("")
- TextAlpha(1.0)
- TextColor(1.0,1.0,1.0)
- Font("MSSansSerif8")
- TextPosFlags(34)
- Mouse(1)
- Keyboard(1)
- Joy(0)
- Visible(1)
- ParentPositioning(1)
- PreviousElemPositioning(0)
- ParentCenteringX(1)
- ParentCenteringY(0)
- ParentSizingX(0)
- ParentSizingY(0)
- TextureAlpha(1.0)
- LogicSize(1.0,0.395)
- LogicPos(0.0,0.19833334)
-
- MenuButton("UIMenuButtonInflateText","ID_BTN_CREATE_SERVER","Create server","","Regular")
- {
- ForceTextLowerCase()
- Text("Create server")
- LogicSize(0.26,0.058333334)
- LogicPos(0.37,0.4599156)
- }// [UIMenuButtonInflateText] ID_BTN_CREATE_SERVER
-
- MenuButton("UIMenuButtonInflateText","ID_BACK","&&MenuMainExit&&","","Regular")
- {
- ForceTextLowerCase()
- Text("&&MenuMainExit&&")
- LogicSize(0.07,0.058333334)
- LogicPos(0.3653846,1.0285715)
- }// [UIMenuButtonInflateText] ID_BACK
- }// [UIMenu] ID_MENU
-
-
- EditTexture("er_t_red.png")
- EditBorderWidth(2.0)
- EditBorderSens(3.0)
- EditCursor("c_arrow.png")
- EditCursorSize("c_resize.png")
- EditCursorMove("c_move.png")
- Cursor("cursor.png")
- }
-